home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00148.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  262 b   |  13 lines

  1. on mouseDown me
  2.   sprite(83).visible = 0
  3.   sprite(86).visible = 1
  4. end
  5.  
  6. on mouseUp me
  7.   sprite(86).visible = 0
  8.   set the memberNum of sprite 31 to 73
  9.   set the memberNum of sprite 32 to 74
  10.   set the locH of sprite 32 to 539
  11.   set the locV of sprite 32 to 175
  12. end
  13.